home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-batchpro.lha / Notes / BatchProcess.notes next >
Text File  |  1999-10-16  |  2KB  |  97 lines

  1.  
  2.  
  3. Visual Engineering - Batch process v1.01
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script calls selected Image Engineer -script for all
  10.   selected files in Magellan -dirlist, applies an effect to file
  11.   and saves it.
  12.  
  13.  
  14. REQUIREMENTS
  15.  
  16.   Image Engineer v3.41 (Wision release 2)
  17.   Directory Opus Magellan
  18.  
  19.  
  20. INSTALLATION
  21.  
  22.   You may copy this script anywhere you want to.
  23.  
  24.  
  25. USAGE
  26.  
  27.   Script was originally made for Directory Opus, Magellan. You can
  28.   still with little effort, make it work with any other filemanager.
  29.  
  30.   With Magellan, create yourself a new button-bank and add a
  31.   function like this to one of buttons:
  32.  
  33.     DOpus5:ARexx/VisualBatchProcess.rexx {s} {o}
  34.  
  35.   Enable these: Do all files, No file quote, Rescan source
  36.  
  37.  
  38.   So, line after comment line, "/* DO SOMETHING */" is the effective
  39.   one. By default it calls VisualBorderDemo-script. Arguments for it
  40.   are in it's .notes-file.
  41.  
  42.   (address command "Sys:Rexxc/rx ie:arexx/VisualBorderDemo.rexx" newfile ROUNDCORNER 90 13)
  43.  
  44.  
  45.  
  46.   After VisualBordering, script continues and checking is made, if
  47.   original filename had a suffix.
  48.  
  49.    .JPEG, .JPG, .JFIF are translated to ".jpg"
  50.    .PNG,  .PING       are translated to ".png"
  51.    .TGA,  .TARGA      are translated to ".tga"
  52.    .TIF,  .TIFF       are translated to ".tif"
  53.    others             are translated to ".jpg"
  54.  
  55.   Ofcourse save-fileformat will be same than it's suffix.
  56.   File is saved to "processed"-directory of sourcedir.
  57.  
  58.  
  59.  
  60.   If you are going to use this script from shell or from other
  61.   filemanager, tell it 2 arguments; first is sourcedir and second is
  62.   filename.
  63.  
  64.   Future will bring more helping scripts for Magellan, depending on
  65.   feedback and suggestions I receive. Maybe I then bother fixing
  66.   the problem on names with spaces.
  67.  
  68.  
  69.  
  70.  
  71.  
  72. HISTORY
  73.  
  74.   1.01
  75.  
  76.   There was a typo in (default) call to VisualBorderDemo-script.
  77.   Added also a checking, if the script actually exists.
  78.   Still Magellan will process all the files, even if error occurs.
  79.   Added more detailed info about setting function for Magellan.
  80.  
  81.   1.00
  82.  
  83.   History started
  84.  
  85.  
  86.  
  87.  
  88.  
  89. DISTRIBUTION
  90.  
  91.   The archive, where this file came from, can be distributed using
  92.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  93.   FTP...), but contents of original archive can not be modified.
  94.  
  95.   You may however freely modify the script as you wish.
  96.  
  97.